hasDropShadow

abstract fun hasDropShadow(block: DesignBlock): Boolean

Deprecated

Use supportsDropShadow instead.

Replace with

this.supportsDropShadow(block)

Query if the given block has a drop shadow property.

Return

true if the block has a drop shadow property, false otherwise.

Parameters

block

the block to query.